home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / opensource / Inkscape-0.43-2.win32.exe / share / extensions / dia.inx < prev    next >
Encoding:
Inkscape extension descriptor  |  2005-11-09  |  882 b   |  16 lines

  1. <inkscape-extension>
  2.     <name>Dia Input</name>
  3.     <id>org.inkscape.input.dia</id>
  4.     <dependency type="executable" location="extensions" description="The dia2svg.sh script should be installed with your Inkscape distribution.  If you do not have it, there is likely to be something wrong with your Inkscape installation.">dia2svg.sh</dependency>
  5.     <dependency type="executable" description="In order to import Dia files, Dia itself must be installed.  You can get Dia at http://www.gnome.org/projects/dia/">dia</dependency>
  6.     <input>
  7.         <extension>.dia</extension>
  8.         <mimetype>application/x-dia</mimetype>
  9.         <filetypename>Dia Diagram (*.dia)</filetypename>
  10.         <filetypetooltip>A diagram created with the program Dia</filetypetooltip>
  11.     </input>
  12.     <script>
  13.         <command reldir="extensions">dia2svg.sh</command>
  14.     </script>
  15. </inkscape-extension>
  16.